Class FCKeditor

Description

Located in /fckeditor/fckeditor_php4.php (line 28)


	
			
Variable Summary
string $BasePath
array $Config
mixed $Height
string $InstanceName
string $ToolbarSet
string $Value
mixed $Width
Method Summary
FCKeditor FCKeditor (string $instanceName)
void Create ()
string CreateHtml ()
string EncodeConfig (string $valueToEncode)
boolean IsCompatible ()
Variables
string $BasePath (line 42)

Path to FCKeditor relative to the document root.

array $Config (line 76)

This is where additional configuration can be passed.

Example: $oFCKeditor->Config['EnterMode'] = 'br';

mixed $Height (line 56)

Height of the FCKeditor.

Examples: 400, 50%

string $InstanceName (line 36)

Name of the FCKeditor instance.

  • access: protected
string $ToolbarSet (line 62)

Name of the toolbar to load.

string $Value (line 68)

Initial value.

mixed $Width (line 49)

Width of the FCKeditor.

Examples: 100%, 600

Methods
Constructor FCKeditor (line 84)

Main Constructor.

Refer to the _samples/php directory for examples.

FCKeditor FCKeditor (string $instanceName)
  • string $instanceName
Create (line 100)

Display FCKeditor.

void Create ()
CreateHtml (line 110)

Return the HTML code required to run FCKeditor.

string CreateHtml ()
EncodeConfig (line 207)

Encode characters that may break the configuration string generated by GetConfigFieldString().

  • access: protected
string EncodeConfig (string $valueToEncode)
  • string $valueToEncode
GetConfigFieldString (line 176)

Get settings from Config array as a single string.

  • access: protected
string GetConfigFieldString ()
IsCompatible (line 165)

Returns true if browser is compatible with FCKeditor.

boolean IsCompatible ()

Documentation generated on Thu, 04 Sep 2008 16:15:08 +0400 by phpDocumentor 1.3.0RC3